#tenbentMap .title-map{
	border-bottom: #e6e6e6 solid 1px;
	height: 32px;
	position: relative;
}
#tenbentMap .title-map h3{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 15px;
}
#tenbentMap .title-map h3 span{
	color: #b8332b;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background: #fff;
	padding: 0 30px;
	font-size: 24px;
}
#tenbentMap .info-map{
	text-align: center;
	color: #666;
}

.echarts-map{
	float: left;
		width: 100%;
	position: relative;
	height: 700px;
	z-index: 100;
}
.echarts-map .tenbentMap-echarts{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.echarts-map .map-new-class{
	background: url(../img/map-new.png);
}
.echarts-map .map-munber{
	position: absolute;
	z-index: 10000;
	right:150px;
	top: 320px;
}
.echarts-map .map-munber .text{
	text-align: center;
	color:#999;
	margin-top: 6px;
}
.echarts-map .map-munber .text h3{
	border-bottom: #ddd solid 1px;
	font-size: 46px;
	font-weight: normal;
	margin-bottom: 5px;
}
.echarts-map .map-munber .text h3 em{
	font-size: 18px;
	padding: 0 5px;
}
.address-list{
	margin: 0 auto;
	width: 960px;
}
.address-list .address-city{
	float: left;
	width: 100%;
	position: relative;
}
.address-list .address-city dl{
	float: left;
	padding-bottom: 10px;
}
.address-list .address-city dl dt{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.address-list .address-city dl dd{
	padding-top: 10px;
	font-size: 14px;
}
.address-list .address-city dl dd a{
	display: inline-block;
	position: relative;
	padding: 0 7px 0 0;
}
.address-list .address-city dl dd a i{
	position: absolute; 
	width: 26px; 
	height: 13px; 
	right: -5px; 
	top: -8px; 
	background: url(../img/chou.png) no-repeat;
}
.address-list .address-city dl dd a.active{
	font-weight: bold;
	color:#b7322c;
}
.address-list .address-content{
	float: left;
	width: 93%;
	padding: 10px 2%;
	border:#ddd solid 1px;
	position: relative;
	background: #fafafa;
}
.address-list .address-content i{
	position: absolute;
	width: 13px;
	height: 8px;
	background: url(../img/jiantou.jpg);
	top: -8px;
	left: 85px;
}
.address-list .address-content ul{
	float: left;
	width: 100%;
	font-size: 14px;
}
.address-list .address-content ul.ulTitle{
	font-weight: bold;
}
.address-list .address-content ul.ulText{
	height: 380px;
	overflow: auto;
}
.address-list .address-content ul li{
	float: left;
	width: 95%;
	border-bottom: #eee solid 1px;
	padding: 8px 1%;
	color: #666;
}
.address-list .address-content ul li span{
	float: left;
	width: 25%;
}
.address-list .address-content ul li span em{
	display: inline-block;
	width: 24px;
}
.address-list .address-content ul li span.liB{
	width: 15%;
}
.address-list .address-content ul li span.liC{
	width: 60%;
}
.address-list .address-content ul li.liText{
	border-bottom: none;
	text-align:center;
	font-size: 24px;
	line-height: 340px;
	color: #999;
}
.address-list .address-content .address-link{
	float: left;
	width: 100%;
	text-align: right;
	padding: 20px 0 10px 0;
}
.address-list .address-content .address-link a{
	color: #0b87fe;
	font-size: 14px;
	margin-right: 30px;
}
.address-list .address-content .address-link a:hover{
	color: #B02923;
}
